home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / mandrake_MDKSA-2003-029.nasl < prev    next >
Text File  |  2005-01-14  |  4KB  |  142 lines

  1. #
  2. # (C) Tenable Network Security
  3. #
  4. # This plugin text was extracted from Mandrake Linux Security Advisory MDKSA-2003:029
  5. #
  6.  
  7.  
  8. if ( ! defined_func("bn_random") ) exit(0);
  9. if(description)
  10. {
  11.  script_id(14013);
  12.  script_bugtraq_id(6963);
  13.  script_version ("$Revision: 1.3 $");
  14.  script_cve_id("CAN-2003-0033");
  15.  
  16.  name["english"] = "MDKSA-2003:029: snort";
  17.  
  18.  script_name(english:name["english"]);
  19.  
  20.  desc["english"] = "
  21. The remote host is missing the patch for the advisory MDKSA-2003:029 (snort).
  22.  
  23.  
  24. A buffer overflow was discovered in the snort RPC normalization routines by
  25. ISS-XForce which can cause snort to execute arbitrary code embedded within
  26. sniffed network packets. The rpc_decode preprocessor is enabled by default. The
  27. snort developers have released version 1.9.1 to correct this behaviour; snort
  28. versions from 1.8 up to 1.9.0 are vulnerable.
  29. For those unable to upgrade, you can disable the rpc_decode preprocessor by
  30. commenting out the line (place a '#' character at the beginning of the line)
  31. that enables it in your snort.conf file:
  32. preprocessor rpc_decode
  33.  
  34.  
  35. Solution : http://www.mandrakesoft.com/security/advisories?name=MDKSA-2003:029
  36. Risk factor : High";
  37.  
  38.  
  39.  
  40.  script_description(english:desc["english"]);
  41.  
  42.  summary["english"] = "Check for the version of the snort package";
  43.  script_summary(english:summary["english"]);
  44.  
  45.  script_category(ACT_GATHER_INFO);
  46.  
  47.  script_copyright(english:"This script is Copyright (C) 2004 Tenable Network Security");
  48.  family["english"] = "Mandrake Local Security Checks";
  49.  script_family(english:family["english"]);
  50.  
  51.  script_dependencies("ssh_get_info.nasl");
  52.  script_require_keys("Host/Mandrake/rpm-list");
  53.  exit(0);
  54. }
  55.  
  56. include("rpm.inc");
  57. if ( rpm_check( reference:"snort-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  58. {
  59.  security_hole(0);
  60.  exit(0);
  61. }
  62. if ( rpm_check( reference:"snort-bloat-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  63. {
  64.  security_hole(0);
  65.  exit(0);
  66. }
  67. if ( rpm_check( reference:"snort-mysql+flexresp-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  68. {
  69.  security_hole(0);
  70.  exit(0);
  71. }
  72. if ( rpm_check( reference:"snort-mysql-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  73. {
  74.  security_hole(0);
  75.  exit(0);
  76. }
  77. if ( rpm_check( reference:"snort-plain+flexresp-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  78. {
  79.  security_hole(0);
  80.  exit(0);
  81. }
  82. if ( rpm_check( reference:"snort-postgresql-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  83. {
  84.  security_hole(0);
  85.  exit(0);
  86. }
  87. if ( rpm_check( reference:"snort-snmp+flexresp-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  88. {
  89.  security_hole(0);
  90.  exit(0);
  91. }
  92. if ( rpm_check( reference:"snort-snmp-1.9.1-0.5mdk", release:"MDK8.2", yank:"mdk") )
  93. {
  94.  security_hole(0);
  95.  exit(0);
  96. }
  97. if ( rpm_check( reference:"snort-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  98. {
  99.  security_hole(0);
  100.  exit(0);
  101. }
  102. if ( rpm_check( reference:"snort-bloat-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  103. {
  104.  security_hole(0);
  105.  exit(0);
  106. }
  107. if ( rpm_check( reference:"snort-mysql+flexresp-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  108. {
  109.  security_hole(0);
  110.  exit(0);
  111. }
  112. if ( rpm_check( reference:"snort-mysql-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  113. {
  114.  security_hole(0);
  115.  exit(0);
  116. }
  117. if ( rpm_check( reference:"snort-plain+flexresp-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  118. {
  119.  security_hole(0);
  120.  exit(0);
  121. }
  122. if ( rpm_check( reference:"snort-postgresql-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  123. {
  124.  security_hole(0);
  125.  exit(0);
  126. }
  127. if ( rpm_check( reference:"snort-snmp+flexresp-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  128. {
  129.  security_hole(0);
  130.  exit(0);
  131. }
  132. if ( rpm_check( reference:"snort-snmp-1.9.1-0.5mdk", release:"MDK9.0", yank:"mdk") )
  133. {
  134.  security_hole(0);
  135.  exit(0);
  136. }
  137. if (rpm_exists(rpm:"snort-", release:"MDK8.2")
  138.  || rpm_exists(rpm:"snort-", release:"MDK9.0") )
  139. {
  140.  set_kb_item(name:"CAN-2003-0033", value:TRUE);
  141. }
  142.